Click or drag to resize
TangibleFramework Namespace
This framework contain all you need to communicate with any tangible table, must understand the Design and please read architecture of Table and her frame to more understanding the Table Tangible technology. this documentation is rich with example and there is a lot of tutorials in Colocarts Web Site (.Net and java technologies). Designed, developped and Documented By Bilelmnasser@live.fr . Please feel free to contact me for any question.
Classes
  Class Description
Public class Point
This class represent a Position inside the table wich is represented into 2D dimension (X and Y).
Public class Serialization
This class used for Serialization/Deserialization of any list object into a file on hard disk.
Public class Slab
This Class Represent a Slab into the Table witch contain a Buffer for tags detected by each Slab (read more about This Framework Design).
Public class Table
This Class represent the table wich contain a list of Slabs and a tags Buffer.
Public class TableServer
This is the main Class in this framework, wich contain all the mecanism of network listening, setting of tangible table (read more about Framework design).
Public class Tag
This class used for a Tangible Tag witch contain ID and Position.
Structures
  Structure Description
Public structure Response
This Struct Represent a reply frame from tangible table.
Delegates
  Delegate Description
Public delegate TagEventHandler
Represent a Event handler for changes on Tags Objects.